Q3DirectionalLight_SetDirection
You can use theQ3DirectionalLight_SetDirection
function to set the direction of a directional light.
TQ3Status Q3DirectionalLight_SetDirection ( TQ3LightObject light, const TQ3Vector3D *direction);
light
- A directional light object.
direction
- The desired direction of the specified light.
DESCRIPTION
TheQ3DirectionalLight_SetDirection
function sets the direction of the directional light specified by thelight
parameter to the value passed in thedirection
parameter.